From 39fac328403f43844fcf7c870782b350fbbbaaa5 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 8 Mar 2001 13:57:20 +0000 Subject: [PATCH] (syms_of_eval) : DOc fix. --- src/eval.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eval.c b/src/eval.c index 7571f802c2e..7ba6c3cdcde 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3255,7 +3255,8 @@ if one of its condition symbols appears in the list."); DEFVAR_LISP ("debug-on-error", &Vdebug_on_error, "*Non-nil means enter debugger if an error is signaled.\n\ -Does not apply to errors handled by `condition-case'.\n\ +Does not apply to errors handled by `condition-case' or those\n\ +matched by `debug-ignored-errors'.\n\ If the value is a list, an error only means to enter the debugger\n\ if one of its condition symbols appears in the list.\n\ See also variable `debug-on-quit'."); -- 2.30.2